sdpackagedependency module¶
-
class
sd.api.sdpackagedependency.SDPackageDependency(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.sdapiobject.SDAPIObjectClass used to store information about a SDPackage dependency.
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getFilePath() → str¶ Get the package file path
-
getPackage() → Optional[SDPackage]¶ Get the package
-
release() → None¶ Releases an APIObject
-